drop_while
list.drop_while
Lazily drop the first elements of a list for which predicate 'p' holds.
Postcondition
Inherited from Sequence.drop_while
post
analysis: result ∀ (x -> !(p x))
analysis: {
n := nth result.count
!n || p n.or_panic
}0.095dev (GIT hash c7967cd19e1ef640f4fa3d483cf963853644b34e)